![]() |
Fractale Tree
0.5
Plot Tree Fractale
|
#include <stock_prcent.h>
Public Member Functions | |
Stock_Prcent () | |
void | Set_Size (int size) |
int | Get_size () |
double | Get_Prcent_By_Index (int index) |
void | Set_Prcent_By_Index (int index, double prcent) |
double | Get_Angle_By_Index (int index) |
Private Attributes | |
int | Size |
double | Tab_Prcent [10] |
double | Tab_Angle [10] |
Definition at line 10 of file stock_prcent.h.
Stock_Prcent::Stock_Prcent | ( | ) |
Definition at line 3 of file stock_prcent.cpp.
double Stock_Prcent::Get_Angle_By_Index | ( | int | index | ) |
Definition at line 35 of file stock_prcent.cpp.
References Size, and Tab_Angle.
Referenced by Draw_Tree::Sub_Draw().
double Stock_Prcent::Get_Prcent_By_Index | ( | int | index | ) |
Definition at line 27 of file stock_prcent.cpp.
References Size, and Tab_Prcent.
Referenced by Draw_Tree::Draw_Graph().
int Stock_Prcent::Get_size | ( | ) |
Definition at line 22 of file stock_prcent.cpp.
References Size.
Referenced by Draw_Tree::Draw_Graph(), and Draw_Tree::Sub_Draw().
void Stock_Prcent::Set_Prcent_By_Index | ( | int | index, |
double | prcent | ||
) |
Definition at line 13 of file stock_prcent.cpp.
References Size, Tab_Angle, and Tab_Prcent.
Referenced by QWidget_trees::Update_Value().
void Stock_Prcent::Set_Size | ( | int | size | ) |
Definition at line 8 of file stock_prcent.cpp.
References Size.
Referenced by QWidget_trees::QWidget_trees().
|
private |
Definition at line 24 of file stock_prcent.h.
Referenced by Get_Angle_By_Index(), Get_Prcent_By_Index(), Get_size(), Set_Prcent_By_Index(), and Set_Size().
|
private |
Definition at line 26 of file stock_prcent.h.
Referenced by Get_Angle_By_Index(), and Set_Prcent_By_Index().
|
private |
Definition at line 25 of file stock_prcent.h.
Referenced by Get_Prcent_By_Index(), and Set_Prcent_By_Index().